This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
IsUIdocOpen = TRUE ??? ~Helga Quetfreemanoden 24.Jan.04 10:14 AM a Web browser Applications Development 6.0.3All Platforms
We found new interesting fact which can be related to above described issue. In the 'Process Document' action is document opened on UI with EditDocument method and at the end is closed using UIdoc.Close(). All value changes are done on backend using doc.Field = Value and doc.Save.
If you go back to view and check property of recently 'Processed' document doc.IsUIdocOpen, it always returns TRUE (although the doc is NOT opened in any UI window) unless you restart entire LN client. (reopen database do not have effect, doc is still reported UIdocOpen=TRUE).
Can somebody explain, why any doc closed from UI either manually by user, either using UIdoc.Close(), is 'forever' reported as UI opened???? How to REALLY close it? This will explain and solve our problem described at top of this thread